update adjustments after validating destination yrange; fixes #53918 (This
authorHavoc Pennington <hp@redhat.com>
Fri, 7 Sep 2001 21:39:18 +0000 (21:39 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Fri, 7 Sep 2001 21:39:18 +0000 (21:39 +0000)
commitf1427cd9bb2d980af72b98d6f1f1d835190edc52
tree1c775b3cbc4f7a5857c52542013072866089c53d
parentd8e3d58d421fb18175f5913b5e3ad7b83b3fa49c
update adjustments after validating destination yrange; fixes #53918 (This

2001-09-07  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextview.c (gtk_text_view_flush_scroll): update
adjustments after validating destination yrange; fixes #53918
(This may cause other issues, but I hope it won't)

2001-09-05  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
line into start line, update the character counts in parent nodes;
caused a bug when end and start line had different parent nodes.

2001-08-30  Havoc Pennington  <hp@redhat.com>

* gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
assertion that tag is in a table
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/gtk/tmpl/gtk-unused.sgml
docs/reference/gtk/tmpl/gtkmenu.sgml
docs/reference/gtk/tmpl/gtknotebook.sgml
docs/reference/gtk/tmpl/gtkwindow.sgml
gtk/gtktextbtree.c
gtk/gtktexttag.c
gtk/gtktextview.c
tests/testtext.c